Improve the error message when collecting restart files.#708
Improve the error message when collecting restart files.#708Qian-HuiChen merged 2 commits intopayu-org:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #708 +/- ##
==========================================
+ Coverage 64.42% 64.44% +0.02%
==========================================
Files 68 68
Lines 5596 5597 +1
==========================================
+ Hits 3605 3607 +2
+ Misses 1991 1990 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@manodeep @anton-seaice thanks for raising the issue! |
anton-seaice
left a comment
There was a problem hiding this comment.
Looks good - could you add a test in
https://github.com/ACCESS-NRI/payu/blob/705-om3-errormsg/test/models/access-om3/test_access_om3.py
c6daca3 to
fe02bf3
Compare
anton-seaice
left a comment
There was a problem hiding this comment.
Thanks @Qian-HuiChen
|
Thanks @Qian-HuiChen (and Anton for the review) - that error message is now much more user-friendly :) |
Make the FileNotFound error message clearer when collecting restart files.
Closes #705.
Ref issue in OM3 config repo.